home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.system / comp.sys.amiga.misc_47800_000022.msg < prev    next >
Encoding:
Internet Message Format  |  1994-11-27  |  1.4 KB

  1. Path: news.chalmers.se!sunic!pipex!howland.reston.ans.net!news.cac.psu.edu!usenet
  2. From: D6B@ECL.PSU.EDU (Dan E Babcock)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Mounting a PC partition with CrossDOS
  5. Date: 20 Nov 1994 10:04:57 GMT
  6. Organization: Penn State Engineering Computer Lab
  7. Lines: 24
  8. Distribution: world
  9. Message-ID: <3an709$nas@hearst.cac.psu.edu>
  10. References: <OuZJv*P30@wolf359.exile.org> <3a99ge$e4p$1@melbourne.DIALix.oz.au>
  11. NNTP-Posting-Host: ecld.psu.edu
  12. X-News-Reader: VMS NEWS 1.24
  13. In-Reply-To: bytey@melbourne.DIALix.oz.au's message of 15 Nov 1994 14:21:50 +1100
  14.  
  15. In <3a99ge$e4p$1@melbourne.DIALix.oz.au> bytey@melbourne.DIALix.oz.au writes:
  16.  
  17. - The main things to remember when trying to read a real IBM harddrive
  18. - with CrossDOS mountlist entry are:-
  19. - 1.  Get the mount parameters from HDToolBox/ChangeDriveType/DefineNew/
  20. - ReadConfiguration, if the number of heads * blockspertrack does not equal
  21. - blockspercylinder then set heads(surfaces) to one and use blockspercylinder
  22. - as BlocksPerTrack in the mount entry.
  23.  
  24. This should not be neccessary. As long as lowcyl=0, CrossDOS will read the
  25. drive partition table and adjust its internal parameters appropriately.
  26. i.e. you don't have to set those mountlist parameters to anything in
  27. particular.
  28.  
  29. - 2. Use DosType=0x4d534800.
  30. - 3. End the mount name in C eg "PCC:" for the first partition D for the
  31. - next etc.
  32.  
  33. Correct.
  34.  
  35. Dan
  36.